go/types.Checker.exprWithHint (method)
4 uses
go/types (current package)
expr.go#L1324: func (check *Checker) exprWithHint(x *operand, e ast.Expr, hint Type) {
literals.go#L260: check.exprWithHint(x, kv.Key, utyp.key)
literals.go#L285: check.exprWithHint(x, kv.Value, utyp.elem)
literals.go#L362: check.exprWithHint(&x, eval, typ)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)